Skip to content

feat: [gem-team] Add confidence metric, optimize planner workflow#1695

Merged
aaronpowell merged 3 commits into
github:stagedfrom
mubaidr:staged
May 14, 2026
Merged

feat: [gem-team] Add confidence metric, optimize planner workflow#1695
aaronpowell merged 3 commits into
github:stagedfrom
mubaidr:staged

Conversation

@mubaidr
Copy link
Copy Markdown
Contributor

@mubaidr mubaidr commented May 13, 2026

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the staged branch for this pull request.

Description

  • Add confidence field to agent outputs
  • Append the guideline "State assumptions explicitly; never guess silently" to all agent docs
  • Update the "Bisect (Complex Only)" heading to reflect its gate condition
  • Minor wording and formatting guidelines across the affected agent documents
  • Skip research if researcher agents are confident. Speed up the plan step

Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • Update to existing instruction, prompt, agent, plugin, skill, or workflow.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

…umentation

- Add `confidence` field (0‑1) to the output schema in `agents/gem-browser-tester.agent.md`
- Include `confidence` in the `extra` object of `agents/gem-devops.agent.md`
- Append the guideline “State assumptions explicitly; never guess silently” to all agent docs
- Update the “Bisect (Complex Only)” heading to reflect its gate condition
- Minor wording and formatting adjustments across the affected agent documents
@mubaidr mubaidr requested a review from aaronpowell as a code owner May 13, 2026 10:57
@github-actions github-actions Bot added agent PR touches agents plugin PR touches plugins labels May 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 13, 2026

🔍 Skill Validator Results

✅ All checks passed

Scope Checked
Skills 1
Agents 15
Total 16
Severity Count
--- ---:
❌ Errors 0
⚠️ Warnings 0
ℹ️ Advisories 0

Summary

Level Finding
ℹ️ Found 15 agent(s)
ℹ️ Validated 15 agent(s)
ℹ️ ✅ All checks passed (15 agent(s))
Full validator output ```text Found 15 agent(s) Validated 15 agent(s)

✅ All checks passed (15 agent(s))

</details>

@mubaidr mubaidr changed the title feat: Add confidence metric, optimize planner workflow feat: [gem-team] Add confidence metric, optimize planner workflow May 13, 2026
…critique steps, renumber Handle Failure/Output)
@aaronpowell aaronpowell merged commit d5c855e into github:staged May 14, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent PR touches agents plugin PR touches plugins

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants